CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 16 fft

搜索资源列表

  1. FFT(16点)

    0下载:
  2. 这是一个16点FFT(快速傅立叶变换)的C语言程序,用来对模拟信号处理-This is a 16 point FFT (Fast Fourier Transform) to the C language program, used to analog signal processing
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:2438
    • 提供者:王海滨
  1. FFT.rar

    0下载:
  2. msp430 1611 功能,256点FFT运算,还有一个失真度计算,结果正确,硬件使用结果正确 IAR平台,msp430 1611 features, 256-point FFT computation, there is a distortion, the result is correct, the use of the results of the correct hardware platform IAR
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1295
    • 提供者:何少
  1. fft-arm.zip

    2下载:
  2. 一个用于ARM的基4/基5定点FFT算法,原作者是JDB,后来我扩展过16和256点的计算并用在项目中了,感觉速度还不错。现在重写了基于Linux GCC4的测试程序,可供使用者评估参考。建议安装FFTW3用来精确评估测试结果,相关范例已经在代码中了。,Radix 4/5 FFT routines supporting 16/64/256 and 20/80 calculations. The source originally contributed by JDB, I had extende
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-25
    • 文件大小:242478
    • 提供者:Tony Gibson
  1. fft.rar

    1下载:
  2. FFT算法实现 Radix2 可以计算 4,8,16,32, 64,128, 256....点FFT Radix4 可以计算 4,16, 64, 256, 1024...点FFT FFT_DIT_general.c 实现了 Radix2 和Radix4 的配合使用,可以计算Radix2可以计算的所有FFT,但效率比Radix2高。,FFT can be calculated Radix2 algorithm 4,8,16,32, 64,128, 256 .... can calculate
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1904
    • 提供者:liuxiaoxiao
  1. e1

    0下载:
  2. 16点基4—FFT算法编程。输入16点的序列,采用基4-fft方法计算其快速傅里叶变换。-16 points-based 4-FFT algorithm for programming. Enter the 16-point sequence, with the base 4-fft method for calculating the fast Fourier transform.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:536
    • 提供者:赵明敏
  1. FFT

    1下载:
  2. 本程序是基于C54x DSP的通用实数FFT程序,适合点数16~1024点或复数点数8~512点,主程序为rfft.asm。-This procedure is based on the C54x DSP real FFT common procedures, for points 16 ~ 1024 points, or plural points 8 ~ 512 points, the main program for rfft.asm
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:31466
    • 提供者:dazhou
  1. 16Point-FFT

    0下载:
  2. 16点FFT VHDL源程序,The xFFT16 fast Fourier transform (FFT) Core computes a 16-point complex FFT. The input data is a vector of 16 complex values represented as 16-bit 2’s complement numbers – 16-bits for each of the real and imaginary component of a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-08
    • 文件大小:1824977
    • 提供者:qiyuan
  1. fft

    0下载:
  2. Tiger sharec系列DSP的短点FFT代码(4,6,8,16点FFT),全汇编实现,将DSP的性能发挥到极致,在超高实时要求应用下有意义.-Tiger sharec Series DSP short point FFT code (4,6,8,16-point FFT), the entire compilation of the realization of the performance of the DSP to the limit, in the ultra-high real-
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:5175
    • 提供者:赵赵
  1. FFT-vhdl

    0下载:
  2. vhdl 16 FFT -vhdl 16 FFT
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:29522
    • 提供者:123456
  1. fft

    0下载:
  2. The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm. -The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:2526
    • 提供者:郭曉詠
  1. fft

    0下载:
  2. System C实现的16点定点fft计算模型。-System C fixed-point to achieve the 16 point calculation model fft.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-26
    • 文件大小:9265071
    • 提供者:王达山
  1. fft

    0下载:
  2. 16 point 4 radix fft vhdl
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2042
    • 提供者:gwangja
  1. fft16_vhdl

    0下载:
  2. 16位FFT,含测试,VHDL,浮点FFT算法-FFT-16,VHDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:437660
    • 提供者:杜杜
  1. radix4

    0下载:
  2. This zip file describes about Basic radix 2fft,radix 4fft and shows the basic difference between above mentioned fft with radix 16 fft-This zip file describes about Basic radix 2fft,radix 4fft and shows the basic difference between above mentioned f
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:87689
    • 提供者:vivek
  1. fft-arm

    0下载:
  2. 基于ARM处理器的基4和基5的FFT算法标准C程序,作者是JDB。-Base on ARM processor about Radix 4/5 FFT routines supporting 16/64/256 and 20/80 calculations. The source originally contributed by JDB
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:237098
    • 提供者:denny
  1. High-Speed-FFT

    0下载:
  2. 优秀硕士论文,课题采用现场可编程门阵列((FPGA),设计实现了一种超高速FFT处理器。目前,使用FPGA实现FFT多采用基2和基4结构,随着FPGA规模的不断扩大,使采用更高基数实现FFT变换成为可能。本课题就是采用Alter的Stratix II芯片完成了基16-FFT处理器的设计。在设计实现过程中,以基2-FFT搭建基16-FFT的运算核,合理安排时序,解决了碟形运算、数据传输和存储操作协调一致的问题。由于采用流水线工作方式,使整个系统的数据交换和处理速度得以很大提高。本设计实现了4096
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3759545
    • 提供者:陈子牙
  1. 16-fft-hdl

    0下载:
  2. 16点fft,其中实现简单,使用的是基4的结构,控制使用状态机-based-16 FFt
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2015
    • 提供者:张剑锋
  1. fft.c

    1下载:
  2. c语言编写的求1,2,4,8,16,32,64,128,256,512,1024,2048点fft 通用程序-c language of the general program requirements 1,2,4,8,16,32,64,128,256,512,1024,2048 point fft
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:15405
    • 提供者:ws
  1. FFT-atmega32

    0下载:
  2. 在AVRSTUDIO16平台上实现的32/16 FFT频谱程序。矩阵灯列用串行转并移位寄存器。-The AVRSTUDIO16 platform to achieve the 32/16 FFT spectrum program. The matrix lamp column uses a serial-to-parallel shift register.
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:129732
    • 提供者:李世豪
  1. 8点和16点FFT

    0下载:
  2. 本程序可以计算8点和16点序列的快速傅里叶变换(This program can calculate fourier transform of time series wth 8 and 16 points)
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:yanyanecho
« 12 3 4 5 6 »
搜珍网 www.dssz.com